public operator operator[]
Prototype:
operator [](index)
Parameters
index
the column index. Must range from 0 the (columns count -1).
Description:
This operator provides access to the virtual columns (of the
RTreeView).
Return value:
Returns a
RColumnManager simulating the column specified by index.